projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a109786
)
(rmail-cease-edit): Run rmail-mode-hook.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 18 Nov 1999 13:11:37 +0000
(13:11 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 18 Nov 1999 13:11:37 +0000
(13:11 +0000)
lisp/mail/rmailedit.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailedit.el
b/lisp/mail/rmailedit.el
index 76994d4fb611d3571e1abb241bd9e455f8271fa8..144b81a6470525cf1b9b40265a1ca9f8248d1f54 100644
(file)
--- a/
lisp/mail/rmailedit.el
+++ b/
lisp/mail/rmailedit.el
@@
-134,6
+134,7
@@
to return to regular RMAIL:
(save-excursion
(rmail-show-message)
(rmail-toggle-header (if rmail-old-pruned 1 0))))
+ (run-hooks 'rmail-mode-hook)
(setq buffer-read-only t))
(defun rmail-abort-edit ()